PESetNthTablePrivateInfo

Use PESetNthTablePrivateInfo to set the information needed for using data objects such as ADO, RDO, or CDO with the Active Data Driver (PS2MON.DLL).

C Syntax
BOOL CRPE_API PESetNthTablePrivateInfo (
        short printJob,
        short tableN,
        PETablePrivateInfo FAR *privateInfo );
Parameters

printJob

Specifies the print job for which you want to change the MS Access session information.

tableN

Specifies the 0-based number of the table for which you want to set table private information. The first table is table 0. The last table is N-1.

privateInfo

Specifies a pointer to PETablePrivateInfo.

Returns
Remarks

The PESetNthTablePrivateInfo function is used in conjunction with the Crystal Report Print Engine (Crpe32.dll) in a Visual C++ application. If you are using Visual Basic see SetActiveDataSource.

Delphi Syntax
       function PESetNthTablePrivateInfo (
     printJob: Smallint;
     tableN: Smallint;
     var privateInfo: PETablePrivateInfo
) :Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com